From 60262c6e317ad6205dbe679f40626f00c1e4c389 Mon Sep 17 00:00:00 2001
From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Through the environment variable BABL_TOLERANCE you can control
- a speed/performance trade off that by default is set very low (0.000001)
- values in the range 0.01-0.1 can provide reasonable preview performance
- by allowing lower numerical accuracy The diagram shown below visualizes the coverage of current shortcut
- conversions. A DHTML version is also available.
+ conversions. Dots indicate a direct conversion is provided for, the height
+ of the bar indicates the number of conversions steps needed in a chain of
+ conversions.
+ A DHTML version is also available.
Vocabulary
@@ -297,7 +293,10 @@ lab_buffer = malloc (pixel_count * 3 * 4);
Shortcut coverage
@@ -314,6 +313,11 @@ lab_buffer = malloc (pixel_count * 3 * 4);
make babl do it's job faster.
Through the environment variable BABL_TOLERANCE you can control + a speed/performance trade off that by default is set very low (0.000001) + values in the range 0.01-0.1 can provide reasonable preview performance + by allowing lower numerical accuracy
. +